home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / datasave.zip / UNDS.BAT < prev   
DOS Batch File  |  1993-01-26  |  286b  |  15 lines

  1. @echo off
  2. @if "%1"=="" goto none
  3. @echo Searching DataSave archives for %1...
  4. @echo+
  5. @pkunzip -d c:\trashcan\datasave.mcs %1 | find "Extracting"
  6. @pkzip -d c:\trashcan\datasave.mcs %1 > nul
  7. @dir %1 | find "(s)"
  8. @goto end
  9.  
  10. :none
  11. @echo Error +++++++ No File to Restore
  12.  
  13.  
  14. :end
  15.